home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- *
- * LQuitWindow
- *
- *
- */
-
- #include <LWindow.h>
-
- class LQuitWindow : public LWindow
- {
- public:
- enum {class_ID = 'ISqw'};
-
- LQuitWindow(LStream *inStream);
-
- static LQuitWindow *CreateLQuitWindowStream(LStream *inStream);
-
- void ClickInGoAway(const EventRecord &inMacEvent);
- };